home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 002 / arcon2_3.arj / ARCON.CTL next >
Text File  |  1995-07-15  |  2KB  |  102 lines

  1. ;
  2. ;                           FILE ARCHIVE CONVERTER
  3. ;
  4. ;                         Copyright 1994 Colin Birch
  5. ;
  6. ;                  The Dog House BBS - 01443 400327 24 Hours
  7. ;
  8. ;                             Fidonet 2:442\618
  9. ;
  10. ;
  11. ; Directory for holding temporary work files - default = current dir
  12. ;
  13. ;  Example - WORKDIR D:\ARCON
  14. ;
  15. WORKDIR D:\ARCON
  16. ;
  17. ;
  18. ;
  19. ; Files to add to archive
  20. ; Format:-
  21. ; ADFILE <P/A> <path + filename><#><2nd file><#><3rd file>
  22. ;
  23. ; where P prompts before adding - A doesn't prompt
  24. ; up to 10 files can be specified all seperated by the ~#~ character
  25. ;
  26. ; 1st example would prompt before adding the file C:\RA\THISONE.COM
  27. ; 2nd example would prompt before adding files C:RA\RUNME.COM and C:\RA\FONT.DAT
  28. ; Last example would automatically add the file F:\TEST.FIL to the archive
  29. ;
  30. ADFILE P C:\RA\THISONE.COM
  31. ADFILE P C:\RA\RUNME.COM#C:\RA\FONT.DAT
  32. ADFILE A F:\TEST.FIL
  33. ;
  34. ;
  35. ;
  36. ; Do you want to add an archive comment ? ( Y/N/P )
  37. ; Y=Yes N=No P=Prompt
  38. ; NOTE - This is NOT available on LHA/LZH archives
  39. ;
  40. ADDCOMMENT P
  41. ;
  42. ;
  43. ; Name and path of text file to add as an archive comment
  44. ;
  45. ;
  46. COMMENTFILE C:\RA\READ.IT
  47. ;
  48. ;
  49. ;
  50. ;
  51. ; Archive type and DOS command to unarchive retaining full paths within arc.
  52. ;
  53. UNARC ZIP  PKUNZIP -d
  54. UNARC ARJ ARJ x -y
  55. UNARC LZH LHA x
  56. UNARC RAR RAR x
  57. ;
  58. ;
  59. ; Archive type and DOS command to re-archive retaining full paths within arc.
  60. ;
  61. REARC ZIP PKZIP -p -r
  62. REARC ARJ ARJ A -r
  63. REARC LZH LHA A /r2x1
  64. REARC RAR RAR A -r
  65. ;
  66. ;
  67. ;
  68. ; Archive type and DOS command to list files within an archive
  69. ;
  70. ARCLIST ZIP PKZIP -vb
  71. ARCLIST ARJ ARJ L
  72. ARCLIST LZH LHA V
  73. ARCLIST RAR RAR L
  74. ;
  75. ;
  76. ; Archive type and DOS command to delete files within an archive
  77. ;
  78. DELARC ZIP PKZIP -d
  79. DELARC ARJ ARJ D
  80. DELARC LZH LHA D
  81. DELARC RAR RAR D
  82. ;
  83. ;
  84. ;  List of file to be automatically deleted from archives
  85. ;  ( Remove leading ~;~ and add file name - wild cards are valid )
  86. ;  Up to 20 files may be listed
  87. ;
  88. ;
  89. ;DELFILE (place file name here - wild cards valid - example below)
  90. DELFILE TEST.BAT
  91. ;
  92. ;
  93. ;  Path and name of external file viewer
  94. ;
  95. VIEWER LIST.COM
  96. ;
  97. ;
  98. ;
  99. ;
  100. ;                      End of ARCON.CTL
  101.  
  102.